Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Abstract the way to handle remote snapshotter #1271

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

liubin
Copy link
Contributor

@liubin liubin commented Jul 29, 2022

As more and more snapshotter are added, the original processing code
is getting longer and longer. By refactoring these processing into
an interface, we can do some decoupling and abstraction work to make
the code simple and clean.

Related issues:

#609
#603
#1163

Signed-off-by: bin liu liubin0329@gmail.com

@liubin liubin force-pushed the refactor-remote-snapshotter branch from 5ebb191 to 58a4e02 Compare July 29, 2022 02:51
As more and more snapshotter are added, the original processing code
is getting longer and longer. By refactoring these processing into
an interface, we can do some decoupling and abstraction work to make
the code simple and clean.

Signed-off-by: bin liu <liubin0329@gmail.com>
@liubin liubin force-pushed the refactor-remote-snapshotter branch from 58a4e02 to 17771d0 Compare July 29, 2022 02:51
@AkihiroSuda AkihiroSuda requested a review from ktock July 29, 2022 05:30
@AkihiroSuda AkihiroSuda added this to the v0.22.1 milestone Jul 29, 2022
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 56ea7cf into containerd:master Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants